home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWRunTyp / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  1.1 KB  |  42 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = FWRunTyp
  12.  
  13. __IncludeDirs = \
  14. -I$(BFC)\Found\FWCommon\Include \
  15. -I$(BFC)\Found\FWTaskG\Include \
  16. -I$(BFC)\Found\FWDebug\Include \
  17. -I$(BFC)\Found\FWRunTyp\Include
  18.  
  19. __ComponentLibs= \
  20. !ifdef __BORLANDC__
  21.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  22.     $(BEDBORLANDDIR)\Lib\import.lib \
  23. !else ifdef _BEDWIN32S
  24.     Kernel32 \
  25. !endif
  26.     $(_BEDLIBDIR)\FWTaskG \
  27.     $(_BEDLIBDIR)\FWDebug
  28.  
  29. __ComponentObjects = \
  30. !ifdef __BORLANDC__
  31.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  32. !endif
  33.     $(_BEDTARGETOBJECTSDIR)\FWClaInf.obj \
  34.     $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
  35.     $(_BEDTARGETOBJECTSDIR)\FWWep.obj
  36.  
  37. __ComponentResources =
  38.  
  39. #####################################################################################
  40. # Dependencies
  41. #####################################################################################
  42.